Fix fontification for else in macro body in rust-ts-mode
authorYuan Fu <casouri@gmail.com>
Thu, 2 May 2024 04:21:00 +0000 (21:21 -0700)
committerYuan Fu <casouri@gmail.com>
Thu, 2 May 2024 04:26:30 +0000 (21:26 -0700)
commit07c47ea002b4702285bbf467ec09c9b281eb19b7
tree646642366385bfd9e4fb5965c7b622397dd468b4
parent0f92d433d2b806eb58a9a4c0197344b08ea5ae65
Fix fontification for else in macro body in rust-ts-mode

* lisp/progmodes/rust-ts-mode.el (rust-ts-mode--font-lock-settings):
Add a rule for else in macro body.  Also added the same rule for "in"
and "move" keyword, as they seems to have the same problem.
lisp/progmodes/rust-ts-mode.el